home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / readline-2.0mg.tar.gz / readline-2.0mg.tar / readline-2.0mg / config.h.in < prev    next >
Text File  |  1994-07-19  |  2KB  |  71 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. #ifndef _RL_CONFIG_H
  4. #define _RL_CONFIG_H
  5.  
  6. /* Define if using alloca.c.  */
  7. #undef C_ALLOCA
  8.  
  9. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  10.    This function is required for alloca.c support on those systems.  */
  11. #undef CRAY_STACKSEG_END
  12.  
  13. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  14. #undef HAVE_ALLOCA_H
  15.  
  16. /* If using the C implementation of alloca, define if you know the
  17.    direction of stack growth for your system; otherwise it will be
  18.    automatically deduced at run-time.
  19.     STACK_DIRECTION > 0 => grows toward higher addresses
  20.     STACK_DIRECTION < 0 => grows toward lower addresses
  21.     STACK_DIRECTION = 0 => direction of growth unknown
  22.  */
  23. #undef STACK_DIRECTION
  24.  
  25. /* Define if you do not have strings.h, index, bzero, etc..  */
  26. #undef USG
  27.  
  28. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  29. #undef GWINSZ_IN_SYS_IOCTL
  30.  
  31. #undef HAVE_GETPW_DECLS
  32. #undef NO_SYS_FILE
  33.  
  34. /* Define if you have strcasecmp.  */
  35. #undef HAVE_STRCASECMP
  36.  
  37. /* Define if you have the <alloca.h> header file.  */
  38. #undef HAVE_ALLOCA_H
  39.  
  40. /* Define if you have the <dirent.h> header file.  */
  41. #undef HAVE_DIRENT_H
  42.  
  43. /* Define if you have the <stdlib.h> header file.  */
  44. #undef HAVE_STDLIB_H
  45.  
  46. /* Define if you have the <string.h> header file.  */
  47. #undef HAVE_STRING_H
  48.  
  49. /* Define if you have the <sys/pte.h> header file.  */
  50. #undef HAVE_SYS_PTE_H
  51.  
  52. /* Define if you have the <sys/ptem.h> header file.  */
  53. #undef HAVE_SYS_PTEM_H
  54.  
  55. /* Define if you have the <sys/stream.h> header file.  */
  56. #undef HAVE_SYS_STREAM_H
  57.  
  58. /* Define if you have the <termcap.h> header file.  */
  59. #undef HAVE_TERMCAP_H
  60.  
  61. /* Define if you have the <termio.h> header file.  */
  62. #undef HAVE_TERMIO_H
  63.  
  64. /* Define if you have the <unistd.h> header file.  */
  65. #undef HAVE_UNISTD_H
  66.  
  67. /* Define if you have the <varargs.h> header file.  */
  68. #undef HAVE_VARARGS_H
  69.  
  70. #endif
  71.